home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / GAUSSIANBLURLARGERADIUSEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.3 KB  |  38 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Gaussian Blur Large Radius">
  3.   <description>
  4.     Applies an Gaussian Blur to its input but does decimation on the source so it can run much faster with a loss in quality. 
  5.   </description>
  6.  
  7.   <property name="radius" type="float" default="0.0" label="Blur radius">
  8.     <range min="0.0" max="500.0"/>
  9.     <comments>
  10.       Specifies the radius for the blur. 
  11.     </comments>
  12.   </property>
  13.  
  14.   <property name="RatioOfConvolutionWindowToDiameter" type="float" default="3.0" label="Ratio Of Convolution Window To Diameter">
  15.     <range min="0.0" max="5.0"/>
  16.     <comments>
  17.       Ratio of Convolution Window to Diameter -- 3 with a radius of 5 means a window of 30 (3 x diameter)
  18.     </comments>
  19.   </property>
  20.  
  21.   <property name="AppliedRadius" type="float" default="4.0" label="Applied blur radius">
  22.     <range min="4.0" max="50.0"/>
  23.     <comments>
  24.       Internally applied blur radius -- the rest is applied via a transform
  25.     </comments>
  26.   </property>
  27.  
  28.   <property name="Channels" type="int" default="0" label="Channels to blur">
  29.     <choice>AllChannels</choice>
  30.     <choice>RedAlphaChannels</choice>
  31.     <comments>
  32.       Specifies which channels to blur -- allows optimization for clients who only need Red and alpha
  33.     </comments>
  34.   </property>
  35.  
  36.   <input index="0" name="Input"/>
  37. </effect>
  38.